Html Css Color HEX #CF2A23 Persian Red

📋 copy color: '#CF2A23'

red 207 ◦ green 42 ◦ blue 35

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

Shades of Persian Red #CF2A23

Tints of Persian Red #CF2A23

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.79%

 BLUE value IS 35 (14.06% from 255) = 12.32%

R = 72.89%
G = 14.79%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CF2A23 (or 0xCF2A23) is known color: Persian Red. HEX triplet: CF, 2A and 23. RGB value is (207,42,35). Sum of RGB (Red+Green+Blue) = 207+42+35=284 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.89% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2A23 is #30D5DC. Grayscale: #5A5A5A. Windows color (decimal): -3200477 or 2304719. OLE color: 2304719.

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

Color convert

RGB 207 42 35 -
CMYK 0 0.80 0.83 0.19
HSL 2.44º 0.71% 0.47% -
HSV(B) 2.44º 0.83% 0.81% -
XYZ 26.86 15.04 3.08 -
YUV 90.54 96.66 211.07 -
System Red Green Blue C M Y K H S L
Decimal 207 42 35 0 0.80 0.83 0.19 2.44 0.71 0.47
Hex CF 2A 23 0 50 53 13 2 47 2F
Octal 317 52 43 0 120 123 23 2 107 57
Binary 11001111 101010 100011 0 1010000 1010011 10011 10 1000111 101111

Color Harmonies of #CF2A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2A23

Black with #CF2A23

Text Example


Text Example

White with #CF2A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2A23; }

 p { color: rgb(207,42,35); }

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

background-color css

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

 a { background-color: rgb(207,42,35); }

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

border-color css

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

 span { border-color: rgb(207,42,35); }

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