Html Css Color HEX #CF403D Persian Red

📋 copy color: '#CF403D'

red 207 ◦ green 64 ◦ blue 61

#CF403D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #CF403D

Tints of Persian Red #CF403D

RGB

 RED value IS 207 (81.25% from 255) = 62.35%

 GREEN value IS 64 (25.39% from 255) = 19.28%

 BLUE value IS 61 (24.22% from 255) = 18.37%

R = 62.35%
G = 19.28%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF403D (or 0xCF403D) is known color: Persian Red. HEX triplet: CF, 40 and 3D. RGB value is (207,64,61). Sum of RGB (Red+Green+Blue) = 207+64+61=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF403D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF403D is #30BFC2. Grayscale: #6A6A6A. Windows color (decimal): -3194819 or 4014287. OLE color: 4014287.

HSL color Cylindrical-coordinate representation of color #CF403D: hue angle of 1.23º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF403D is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 64 61 -
CMYK 0 0.69 0.71 0.19
HSL 1.23º 0.6% 0.53% -
HSV(B) 1.23º 0.71% 0.81% -
XYZ 28.41 17.27 6.25 -
YUV 106.42 102.38 199.74 -
System Red Green Blue C M Y K H S L
Decimal 207 64 61 0 0.69 0.71 0.19 1.23 0.6 0.53
Hex CF 40 3D 0 45 47 13 1 3C 35
Octal 317 100 75 0 105 107 23 1 74 65
Binary 11001111 1000000 111101 0 1000101 1000111 10011 1 111100 110101

Color Harmonies of #CF403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF403D

Black with #CF403D

Text Example


Text Example

White with #CF403D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF403D; }

 p { color: rgb(207,64,61); }

 H1.HeaderClassName
 {
   color: #CF403D;
 }
 .AnyTagClassName
 {
   color: #CF403D;
 }
</style>

background-color css

<style>
 a { background-color: #CF403D; }

 a { background-color: rgb(207,64,61); }

 div.DivClassName
 {
   background-color: #CF403D;
 }
 .BgClassName
 {
   background-color: #CF403D;
 }
</style>

border-color css

<style>
 span { border-color: #CF403D; }

 span { border-color: rgb(207,64,61); }

 td.TdClassName
 {
   border-color: #CF403D;
 }
 .TagClassName
 {
   border-color: #CF403D;
 }
</style>