Html Css Color HEX #CF203C Cardinal

📋 copy color: '#CF203C'

red 207 ◦ green 32 ◦ blue 60

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

Shades of Cardinal #CF203C

Tints of Cardinal #CF203C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.7%

 BLUE value IS 60 (23.83% from 255) = 20.07%

R = 69.23%
G = 10.7%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF203C (or 0xCF203C) is known color: Cardinal. HEX triplet: CF, 20 and 3C. RGB value is (207,32,60). Sum of RGB (Red+Green+Blue) = 207+32+60=299 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.23% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 207 - color contains mainly: red. Hex color #CF203C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF203C is #30DFC3. Grayscale: #575757. Windows color (decimal): -3203012 or 3940559. OLE color: 3940559.

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

Color convert

RGB 207 32 60 -
CMYK 0 0.85 0.71 0.19
HSL 350.4º 0.73% 0.47% -
HSV(B) 350.4º 0.85% 0.81% -
XYZ 27.06 14.62 5.67 -
YUV 87.52 112.48 213.22 -
System Red Green Blue C M Y K H S L
Decimal 207 32 60 0 0.85 0.71 0.19 350.4 0.73 0.47
Hex CF 20 3C 0 55 47 13 15E 49 2F
Octal 317 40 74 0 125 107 23 536 111 57
Binary 11001111 100000 111100 0 1010101 1000111 10011 101011110 1001001 101111

Color Harmonies of #CF203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF203C

Black with #CF203C

Text Example


Text Example

White with #CF203C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF203C; }

 p { color: rgb(207,32,60); }

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

background-color css

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

 a { background-color: rgb(207,32,60); }

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

border-color css

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

 span { border-color: rgb(207,32,60); }

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