Html Css Color HEX #CF213C Cardinal

📋 copy color: '#CF213C'

red 207 ◦ green 33 ◦ blue 60

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

Shades of Cardinal #CF213C

Tints of Cardinal #CF213C

RGB

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

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

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

R = 69%
G = 11%
B = 20%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF213C (or 0xCF213C) is known color: Cardinal. HEX triplet: CF, 21 and 3C. RGB value is (207,33,60). Sum of RGB (Red+Green+Blue) = 207+33+60=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF213C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF213C is #30DEC3. Grayscale: #585858. Windows color (decimal): -3202756 or 3940815. OLE color: 3940815.

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

Color convert

RGB 207 33 60 -
CMYK 0 0.84 0.71 0.19
HSL 350.69º 0.73% 0.47% -
HSV(B) 350.69º 0.84% 0.81% -
XYZ 27.09 14.68 5.68 -
YUV 88.1 112.15 212.8 -
System Red Green Blue C M Y K H S L
Decimal 207 33 60 0 0.84 0.71 0.19 350.69 0.73 0.47
Hex CF 21 3C 0 54 47 13 15F 48 2F
Octal 317 41 74 0 124 107 23 537 110 57
Binary 11001111 100001 111100 0 1010100 1000111 10011 101011111 1001000 101111

Color Harmonies of #CF213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF213C

Black with #CF213C

Text Example


Text Example

White with #CF213C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF213C; }

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

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

background-color css

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

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

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

border-color css

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

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

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