Html Css Color HEX #CF212F Cardinal

📋 copy color: '#CF212F'

red 207 ◦ green 33 ◦ blue 47

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

Shades of Cardinal #CF212F

Tints of Cardinal #CF212F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.5%

 BLUE value IS 47 (18.75% from 255) = 16.38%

R = 72.13%
G = 11.5%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF212F (or 0xCF212F) is known color: Cardinal. HEX triplet: CF, 21 and 2F. RGB value is (207,33,47). Sum of RGB (Red+Green+Blue) = 207+33+47=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF212F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF212F is #30DED0. Grayscale: #565656. Windows color (decimal): -3202769 or 3088847. OLE color: 3088847.

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

Color convert

RGB 207 33 47 -
CMYK 0 0.84 0.77 0.19
HSL 355.17º 0.73% 0.47% -
HSV(B) 355.17º 0.84% 0.81% -
XYZ 26.79 14.56 4.09 -
YUV 86.62 105.65 213.86 -
System Red Green Blue C M Y K H S L
Decimal 207 33 47 0 0.84 0.77 0.19 355.17 0.73 0.47
Hex CF 21 2F 0 54 4D 13 163 48 2F
Octal 317 41 57 0 124 115 23 543 110 57
Binary 11001111 100001 101111 0 1010100 1001101 10011 101100011 1001000 101111

Color Harmonies of #CF212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF212F

Black with #CF212F

Text Example


Text Example

White with #CF212F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF212F; }

 p { color: rgb(207,33,47); }

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

background-color css

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

 a { background-color: rgb(207,33,47); }

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

border-color css

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

 span { border-color: rgb(207,33,47); }

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