Html Css Color HEX #CF362B Persian Red

📋 copy color: '#CF362B'

red 207 ◦ green 54 ◦ blue 43

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

Shades of Persian Red #CF362B

Tints of Persian Red #CF362B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.76%

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

R = 68.09%
G = 17.76%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF362B (or 0xCF362B) is known color: Persian Red. HEX triplet: CF, 36 and 2B. RGB value is (207,54,43). Sum of RGB (Red+Green+Blue) = 207+54+43=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF362B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF362B is #30C9D4. Grayscale: #626262. Windows color (decimal): -3197397 or 2832079. OLE color: 2832079.

HSL color Cylindrical-coordinate representation of color #CF362B: hue angle of 4.02º 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 #CF362B is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 54 43 -
CMYK 0 0.74 0.79 0.19
HSL 4.02º 0.66% 0.49% -
HSV(B) 4.02º 0.79% 0.81% -
XYZ 27.49 16.08 3.94 -
YUV 98.49 96.69 205.39 -
System Red Green Blue C M Y K H S L
Decimal 207 54 43 0 0.74 0.79 0.19 4.02 0.66 0.49
Hex CF 36 2B 0 4A 4F 13 4 42 31
Octal 317 66 53 0 112 117 23 4 102 61
Binary 11001111 110110 101011 0 1001010 1001111 10011 100 1000010 110001

Color Harmonies of #CF362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF362B

Black with #CF362B

Text Example


Text Example

White with #CF362B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF362B; }

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

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

background-color css

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

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

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

border-color css

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

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

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