Html Css Color HEX #CF402B Persian Red

📋 copy color: '#CF402B'

red 207 ◦ green 64 ◦ blue 43

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

Shades of Persian Red #CF402B

Tints of Persian Red #CF402B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.69%

R = 65.92%
G = 20.38%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF402B (or 0xCF402B) is known color: Persian Red. HEX triplet: CF, 40 and 2B. RGB value is (207,64,43). Sum of RGB (Red+Green+Blue) = 207+64+43=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF402B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF402B is #30BFD4. Grayscale: #686868. Windows color (decimal): -3194837 or 2834639. OLE color: 2834639.

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

Color convert

RGB 207 64 43 -
CMYK 0 0.69 0.79 0.19
HSL 7.68º 0.66% 0.49% -
HSV(B) 7.68º 0.79% 0.81% -
XYZ 28 17.11 4.11 -
YUV 104.36 93.38 201.21 -
System Red Green Blue C M Y K H S L
Decimal 207 64 43 0 0.69 0.79 0.19 7.68 0.66 0.49
Hex CF 40 2B 0 45 4F 13 8 42 31
Octal 317 100 53 0 105 117 23 10 102 61
Binary 11001111 1000000 101011 0 1000101 1001111 10011 1000 1000010 110001

Color Harmonies of #CF402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF402B

Black with #CF402B

Text Example


Text Example

White with #CF402B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF402B; }

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

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

background-color css

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

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

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

border-color css

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

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

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