Html Css Color HEX #CF362A Persian Red

📋 copy color: '#CF362A'

red 207 ◦ green 54 ◦ blue 42

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

Shades of Persian Red #CF362A

Tints of Persian Red #CF362A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.86%

R = 68.32%
G = 17.82%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF362A (or 0xCF362A) is known color: Persian Red. HEX triplet: CF, 36 and 2A. RGB value is (207,54,42). Sum of RGB (Red+Green+Blue) = 207+54+42=303 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.32% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 207 - color contains mainly: red. Hex color #CF362A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF362A is #30C9D5. Grayscale: #626262. Windows color (decimal): -3197398 or 2766543. OLE color: 2766543.

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

Color convert

RGB 207 54 42 -
CMYK 0 0.74 0.80 0.19
HSL 4.36º 0.66% 0.49% -
HSV(B) 4.36º 0.8% 0.81% -
XYZ 27.47 16.07 3.84 -
YUV 98.38 96.19 205.48 -
System Red Green Blue C M Y K H S L
Decimal 207 54 42 0 0.74 0.80 0.19 4.36 0.66 0.49
Hex CF 36 2A 0 4A 50 13 4 42 31
Octal 317 66 52 0 112 120 23 4 102 61
Binary 11001111 110110 101010 0 1001010 1010000 10011 100 1000010 110001

Color Harmonies of #CF362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF362A

Black with #CF362A

Text Example


Text Example

White with #CF362A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF362A; }

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

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

background-color css

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

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

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

border-color css

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

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

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